Click or drag to resize

IsGreaterThanOrEqualTo Class

Represents a search expression that compares a property with either a constant value or another property and returns true if the first property is greater than or equal to the second.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeRestriction
    Independentsoft.ExchangeIsGreaterThanOrEqualTo

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class IsGreaterThanOrEqualTo : Restriction

The IsGreaterThanOrEqualTo type exposes the following members.

Constructors
  NameDescription
Public methodIsGreaterThanOrEqualTo(PropertyPath, PropertyPath)
Initializes a new instance of the IsGreaterThanOrEqualTo class.
Public methodIsGreaterThanOrEqualTo(PropertyPath, Boolean)
Initializes a new instance of the IsGreaterThanOrEqualTo class.
Public methodIsGreaterThanOrEqualTo(PropertyPath, DateTime)
Initializes a new instance of the IsGreaterThanOrEqualTo class.
Public methodIsGreaterThanOrEqualTo(PropertyPath, Double)
Initializes a new instance of the IsGreaterThanOrEqualTo class.
Public methodIsGreaterThanOrEqualTo(PropertyPath, Int64)
Initializes a new instance of the IsGreaterThanOrEqualTo class.
Public methodIsGreaterThanOrEqualTo(PropertyPath, String)
Initializes a new instance of the IsGreaterThanOrEqualTo class.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current IsGreaterThanOrEqualTo object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also